emacs.git
10 years agoFix mode line status
justbur [Mon, 20 Jul 2015 12:43:59 +0000 (08:43 -0400)]
Fix mode line status

10 years agoAdd status to mode line
justbur [Mon, 20 Jul 2015 12:22:21 +0000 (08:22 -0400)]
Add status to mode line

10 years agoMove all prefix adding code to one place
justbur [Mon, 20 Jul 2015 04:04:11 +0000 (00:04 -0400)]
Move all prefix adding code to one place

10 years agoAdd a couple of docstrings
justbur [Mon, 20 Jul 2015 03:23:36 +0000 (23:23 -0400)]
Add a couple of docstrings

10 years agoMerge branch 'master' into develop
justbur [Mon, 20 Jul 2015 03:20:30 +0000 (23:20 -0400)]
Merge branch 'master' into develop

Conflicts:
README.org
which-key.el

10 years agoFix prefix code
justbur [Mon, 20 Jul 2015 03:02:26 +0000 (23:02 -0400)]
Fix prefix code

Also delete old code

10 years agoPaging works barely
justbur [Mon, 20 Jul 2015 02:18:47 +0000 (22:18 -0400)]
Paging works barely

10 years agoRewrite of page creation alg
justbur [Mon, 20 Jul 2015 01:59:02 +0000 (21:59 -0400)]
Rewrite of page creation alg

10 years agoTypo in docstring
justbur [Fri, 17 Jul 2015 17:41:34 +0000 (13:41 -0400)]
Typo in docstring

10 years agoAdd special key handling to key sort order
justbur [Fri, 17 Jul 2015 17:03:00 +0000 (13:03 -0400)]
Add special key handling to key sort order

10 years agoAdd option to sort output by key (off by default)
justbur [Fri, 17 Jul 2015 14:49:11 +0000 (10:49 -0400)]
Add option to sort output by key (off by default)

10 years agoFix potential bug when no keys exist
justbur [Fri, 17 Jul 2015 14:59:13 +0000 (10:59 -0400)]
Fix potential bug when no keys exist

Need to check for no keys before checking the number of keys on the
first page in case the latter is nil

10 years agoStart on new status key impl
justbur [Fri, 17 Jul 2015 13:22:18 +0000 (09:22 -0400)]
Start on new status key impl

10 years agoUse string-width instead of length for strings
justbur [Thu, 16 Jul 2015 17:06:58 +0000 (13:06 -0400)]
Use string-width instead of length for strings

10 years agoReformat source
justbur [Thu, 16 Jul 2015 17:01:41 +0000 (13:01 -0400)]
Reformat source

10 years agoMove badge below header
justbur [Thu, 16 Jul 2015 16:27:00 +0000 (12:27 -0400)]
Move badge below header

10 years agoAdd MELPA badge and change README indentation
justbur [Thu, 16 Jul 2015 16:24:37 +0000 (12:24 -0400)]
Add MELPA badge and change README indentation

10 years agoAdd MELPA badge and change README indentation
justbur [Thu, 16 Jul 2015 16:24:37 +0000 (12:24 -0400)]
Add MELPA badge and change README indentation

10 years agoAdd MELPA to install insructions
justbur [Thu, 16 Jul 2015 12:09:52 +0000 (08:09 -0400)]
Add MELPA to install insructions

10 years agoMerge branch 'master' of https://github.com/justbur/emacs-which-key
justbur [Thu, 16 Jul 2015 11:53:34 +0000 (07:53 -0400)]
Merge branch 'master' of https://github.com/justbur/emacs-which-key

10 years agoBump version
justbur [Thu, 16 Jul 2015 11:53:05 +0000 (07:53 -0400)]
Bump version

10 years agoMerge pull request #40 from xuchunyang/master
Justin Burkett [Thu, 16 Jul 2015 11:52:08 +0000 (07:52 -0400)]
Merge pull request #40 from xuchunyang/master

Make which-key buffer uninteresting

10 years agoChange echo-keystrokes logic
justbur [Thu, 16 Jul 2015 11:46:48 +0000 (07:46 -0400)]
Change echo-keystrokes logic

10 years agoMake which-key buffer uninteresting
Chunyang Xu [Thu, 16 Jul 2015 04:15:28 +0000 (12:15 +0800)]
Make which-key buffer uninteresting

10 years agoErase truncate-lines message
justbur [Thu, 16 Jul 2015 02:33:41 +0000 (22:33 -0400)]
Erase truncate-lines message

10 years agoTweak setup breaking out echo-keystrokes stuff
justbur [Thu, 16 Jul 2015 02:27:14 +0000 (22:27 -0400)]
Tweak setup breaking out echo-keystrokes stuff

10 years agoCleanup comments
justbur [Thu, 16 Jul 2015 01:56:38 +0000 (21:56 -0400)]
Cleanup comments

10 years agoAdd another key translation map to check
justbur [Thu, 16 Jul 2015 01:52:24 +0000 (21:52 -0400)]
Add another key translation map to check

10 years agoFix #39
justbur [Thu, 16 Jul 2015 00:12:09 +0000 (20:12 -0400)]
Fix #39

`iso-transl-ctl-x-8-map' is not checked with `key-binding' because it's
stored in the `key-translation-map', so this adds a test against this
map.

10 years agoBetter notes
justbur [Wed, 15 Jul 2015 18:11:04 +0000 (14:11 -0400)]
Better notes

10 years agoDon't show echo-keystroke note more than once
justbur [Wed, 15 Jul 2015 17:16:21 +0000 (13:16 -0400)]
Don't show echo-keystroke note more than once

Fix #38

10 years agoFix typos
justbur [Wed, 15 Jul 2015 17:11:12 +0000 (13:11 -0400)]
Fix typos

10 years agoAdd ability to temporarily prevent popups
justbur [Wed, 15 Jul 2015 14:47:02 +0000 (10:47 -0400)]
Add ability to temporarily prevent popups

10 years agoRemove useless when
justbur [Wed, 15 Jul 2015 13:59:24 +0000 (09:59 -0400)]
Remove useless when

10 years agoMerge pull request #36 from syohex/fix-funcall
Justin Burkett [Wed, 15 Jul 2015 09:45:06 +0000 (05:45 -0400)]
Merge pull request #36 from syohex/fix-funcall

Remove hash quotes

10 years agoMerge pull request #37 from purcell/patch-1
Justin Burkett [Wed, 15 Jul 2015 09:30:21 +0000 (05:30 -0400)]
Merge pull request #37 from purcell/patch-1

Misc formatting fixes

10 years agoMisc formatting fixes
Steve Purcell [Wed, 15 Jul 2015 08:08:24 +0000 (20:08 +1200)]
Misc formatting fixes

- Inline standard license blurb
- Define parent of custom group
- Insert missing blank lines between top-level declarations

10 years agoRemove hash quotes
Syohei YOSHIDA [Wed, 15 Jul 2015 01:35:13 +0000 (10:35 +0900)]
Remove hash quotes

They are variables, not functions, so hash quotes are not necessary.

10 years agoSwitch to only using dashes for symbol names
justbur [Tue, 14 Jul 2015 23:49:43 +0000 (19:49 -0400)]
Switch to only using dashes for symbol names

Matches elisp conventions to the letter

10 years agoMerge branch 'master' of https://github.com/justbur/emacs-which-key
justbur [Tue, 14 Jul 2015 19:00:25 +0000 (15:00 -0400)]
Merge branch 'master' of https://github.com/justbur/emacs-which-key

10 years agoBe consistent with use of double slash
justbur [Tue, 14 Jul 2015 18:59:48 +0000 (14:59 -0400)]
Be consistent with use of double slash

10 years agoMerge pull request #34 from bmag/master
Justin Burkett [Tue, 14 Jul 2015 18:06:22 +0000 (14:06 -0400)]
Merge pull request #34 from bmag/master

Updated images for split frame

10 years agoUpdated images for split frame
Bar Magal [Tue, 14 Jul 2015 18:02:40 +0000 (21:02 +0300)]
Updated images for split frame

10 years agoTypo in readme
justbur [Tue, 14 Jul 2015 16:43:55 +0000 (12:43 -0400)]
Typo in readme

10 years agoFix url in header
justbur [Tue, 14 Jul 2015 16:21:11 +0000 (12:21 -0400)]
Fix url in header

10 years agoflycheck-package fixes
justbur [Tue, 14 Jul 2015 16:06:03 +0000 (12:06 -0400)]
flycheck-package fixes

10 years agoReorg the readme and add key features to intro
justbur [Tue, 14 Jul 2015 15:45:09 +0000 (11:45 -0400)]
Reorg the readme and add key features to intro

10 years agoCleanup replacement functions again
justbur [Tue, 14 Jul 2015 13:26:52 +0000 (09:26 -0400)]
Cleanup replacement functions again

10 years agoFix add-replacement functions
justbur [Tue, 14 Jul 2015 12:46:16 +0000 (08:46 -0400)]
Fix add-replacement functions

Also cleanup use of push in code

10 years agoFix #33
justbur [Tue, 14 Jul 2015 11:41:00 +0000 (07:41 -0400)]
Fix #33

Check for group before replacements occur

10 years agoNew default pictures
justbur [Mon, 13 Jul 2015 19:22:41 +0000 (15:22 -0400)]
New default pictures

10 years agoConvert custom functions to defcustom
justbur [Mon, 13 Jul 2015 19:13:43 +0000 (15:13 -0400)]
Convert custom functions to defcustom

10 years agoFix weird no room error
justbur [Mon, 13 Jul 2015 18:59:07 +0000 (14:59 -0400)]
Fix weird no room error

10 years agoAutoloads for helper functions
justbur [Mon, 13 Jul 2015 15:23:25 +0000 (11:23 -0400)]
Autoloads for helper functions

10 years agoRemove defaults related to outside packages
justbur [Mon, 13 Jul 2015 15:21:52 +0000 (11:21 -0400)]
Remove defaults related to outside packages

10 years agoMinor change to previous refactor
justbur [Mon, 13 Jul 2015 12:59:39 +0000 (08:59 -0400)]
Minor change to previous refactor

10 years agoRefactor column layout
justbur [Mon, 13 Jul 2015 12:39:08 +0000 (08:39 -0400)]
Refactor column layout

10 years agoFix a message
justbur [Mon, 13 Jul 2015 11:54:16 +0000 (07:54 -0400)]
Fix a message

10 years agoRemove some old code
justbur [Mon, 13 Jul 2015 02:03:17 +0000 (22:03 -0400)]
Remove some old code

10 years agoAdd docstring for propertize-description
justbur [Mon, 13 Jul 2015 01:58:26 +0000 (21:58 -0400)]
Add docstring for propertize-description

10 years agoMove unicode-correction and bump default to 3
justbur [Mon, 13 Jul 2015 01:24:36 +0000 (21:24 -0400)]
Move unicode-correction and bump default to 3

10 years agoFix #32
justbur [Mon, 13 Jul 2015 00:04:34 +0000 (20:04 -0400)]
Fix #32

Main problem was a replacement regexp that looked for a forward slash in
the description, which removed group:x/y

10 years agoFix unicode-correction docstring
justbur [Sun, 12 Jul 2015 17:11:31 +0000 (13:11 -0400)]
Fix unicode-correction docstring

10 years agoAdd support for custom display functions
justbur [Sun, 12 Jul 2015 17:00:53 +0000 (13:00 -0400)]
Add support for custom display functions

10 years agoChange default unicode-correction
justbur [Sun, 12 Jul 2015 15:53:09 +0000 (11:53 -0400)]
Change default unicode-correction

10 years agoUpdate commentary
justbur [Sun, 12 Jul 2015 15:48:15 +0000 (11:48 -0400)]
Update commentary

10 years agoFixes #24 (Update docstrings)
justbur [Sun, 12 Jul 2015 15:44:44 +0000 (11:44 -0400)]
Fixes #24 (Update docstrings)

10 years agoCleanup replacement helper functions
justbur [Sun, 12 Jul 2015 15:02:47 +0000 (11:02 -0400)]
Cleanup replacement helper functions

10 years agoAdd note to README about side-window defaults
justbur [Sat, 11 Jul 2015 20:24:00 +0000 (16:24 -0400)]
Add note to README about side-window defaults

10 years agoAdd unicode correction for wide unicode chars
justbur [Sat, 11 Jul 2015 20:12:53 +0000 (16:12 -0400)]
Add unicode correction for wide unicode chars

10 years agoAdd default replacement for select-window-[N]
justbur [Sat, 11 Jul 2015 17:38:56 +0000 (13:38 -0400)]
Add default replacement for select-window-[N]

10 years agoMention customize-group in README
justbur [Sat, 11 Jul 2015 17:38:39 +0000 (13:38 -0400)]
Mention customize-group in README

10 years agoReadme typo
justbur [Sat, 11 Jul 2015 17:28:58 +0000 (13:28 -0400)]
Readme typo

10 years agoMerge branch 'master' of https://github.com/justbur/emacs-which-key
justbur [Sat, 11 Jul 2015 17:27:45 +0000 (13:27 -0400)]
Merge branch 'master' of https://github.com/justbur/emacs-which-key

10 years agoAdd replacement descriptions to readme.
justbur [Sat, 11 Jul 2015 17:25:49 +0000 (13:25 -0400)]
Add replacement descriptions to readme.

Also move status list to end

10 years agoMerge pull request #30 from bmag/readme
Justin Burkett [Sat, 11 Jul 2015 16:58:03 +0000 (12:58 -0400)]
Merge pull request #30 from bmag/readme

Start special-features section in readme #29

10 years agoMerge branch 'readme' of https://github.com/bmag/emacs-which-key into readme
justbur [Sat, 11 Jul 2015 16:55:23 +0000 (12:55 -0400)]
Merge branch 'readme' of https://github.com/bmag/emacs-which-key into readme

10 years agoShow prefix in can't show messages
justbur [Sat, 11 Jul 2015 16:52:35 +0000 (12:52 -0400)]
Show prefix in can't show messages

10 years agoMerge status-key
justbur [Sat, 11 Jul 2015 16:49:05 +0000 (12:49 -0400)]
Merge status-key

10 years agoAdd status defcustom and clean-up layout funcs
justbur [Sat, 11 Jul 2015 16:42:06 +0000 (12:42 -0400)]
Add status defcustom and clean-up layout funcs

10 years agoreadme: explain different popup types
Bar Magal [Sat, 11 Jul 2015 16:25:43 +0000 (19:25 +0300)]
readme: explain different popup types

10 years agoStart special-features section in readme #29
Bar Magal [Sat, 11 Jul 2015 15:47:54 +0000 (18:47 +0300)]
Start special-features section in readme #29

10 years agoAdd better check for no room in frame
justbur [Sat, 11 Jul 2015 10:53:46 +0000 (06:53 -0400)]
Add better check for no room in frame

10 years agoProtect against infinite loops
justbur [Sat, 11 Jul 2015 10:22:36 +0000 (06:22 -0400)]
Protect against infinite loops

10 years agoProtect against infinite loops
justbur [Sat, 11 Jul 2015 10:22:36 +0000 (06:22 -0400)]
Protect against infinite loops

10 years agoStart to fix lock up on small vertical window
justbur [Sat, 11 Jul 2015 02:00:14 +0000 (22:00 -0400)]
Start to fix lock up on small vertical window

10 years agoMerge status-key and layout changes
justbur [Sat, 11 Jul 2015 01:52:10 +0000 (21:52 -0400)]
Merge status-key and layout changes

10 years agoFix bug when frame too small
justbur [Fri, 10 Jul 2015 21:43:01 +0000 (17:43 -0400)]
Fix bug when frame too small

10 years agoRemove message
justbur [Fri, 10 Jul 2015 21:28:14 +0000 (17:28 -0400)]
Remove message

10 years agoMerge branch 'fill-columns'
justbur [Fri, 10 Jul 2015 21:13:42 +0000 (17:13 -0400)]
Merge branch 'fill-columns'

10 years agoReorganize code and clean-up comments a little
justbur [Fri, 10 Jul 2015 21:12:27 +0000 (17:12 -0400)]
Reorganize code and clean-up comments a little

10 years agoRe-enable the prefix option
justbur [Fri, 10 Jul 2015 20:56:32 +0000 (16:56 -0400)]
Re-enable the prefix option

10 years agoRequire dash
justbur [Fri, 10 Jul 2015 18:51:45 +0000 (14:51 -0400)]
Require dash

10 years agoMerge pull request #26 from bmag/fill-columns
Justin Burkett [Fri, 10 Jul 2015 18:47:09 +0000 (14:47 -0400)]
Merge pull request #26 from bmag/fill-columns

Use toggle-truncate-lines; reduce -> cl-reduce

10 years agoMerge pull request #27 from bmag/master
Justin Burkett [Fri, 10 Jul 2015 18:46:14 +0000 (14:46 -0400)]
Merge pull request #27 from bmag/master

Fix some defcustoms

10 years agoFix some defcustoms
Bar Magal [Fri, 10 Jul 2015 18:29:58 +0000 (21:29 +0300)]
Fix some defcustoms

10 years agoCheck frame width in a non-buggy way
Bar Magal [Fri, 10 Jul 2015 17:57:34 +0000 (20:57 +0300)]
Check frame width in a non-buggy way

`(window-width (frame-root-window))` throws an error when the frame is
split (frame's root window is not live).

10 years agoUse toggle-truncate-lines; reduce -> cl-reduce
Bar Magal [Fri, 10 Jul 2015 17:30:30 +0000 (20:30 +0300)]
Use toggle-truncate-lines; reduce -> cl-reduce

Enabling toggle-truncate-lines in which-key--buffer, to avoid empty
lines when the window is just a bit too narrow.

10 years agoBring back error message for too small of a frame
justbur [Fri, 10 Jul 2015 16:13:50 +0000 (12:13 -0400)]
Bring back error message for too small of a frame

10 years agoFix bug (layout wasn't going to 1 line)
justbur [Fri, 10 Jul 2015 15:56:15 +0000 (11:56 -0400)]
Fix bug (layout wasn't going to 1 line)